home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Bazy / Katalog CHIP-CD / ChipKat.exe / 0 / RCDATA / TFHELP1 / TFHELP1.txt
Text File  |  2004-07-29  |  1KB  |  71 lines

  1. object fHelp1: TfHelp1
  2.   Left = 302
  3.   Top = 199
  4.   ActiveControl = Memo1
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 358
  8.   ClientWidth = 453
  9.   Color = clInfoBk
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 453
  23.     Height = 358
  24.     Align = alClient
  25.     Brush.Color = clInfoBk
  26.   end
  27.   object lblClose: TLabel
  28.     Left = 407
  29.     Top = 338
  30.     Width = 37
  31.     Height = 13
  32.     Cursor = crHandPoint
  33.     Alignment = taRightJustify
  34.     Caption = 'Zamknij'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsUnderline]
  40.     ParentFont = False
  41.     Transparent = True
  42.     OnClick = lblCloseClick
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 1
  46.     Top = 1
  47.     Width = 451
  48.     Height = 330
  49.     BevelOuter = bvNone
  50.     BorderWidth = 5
  51.     Caption = 'Panel1'
  52.     Color = clInfoBk
  53.     TabOrder = 0
  54.     object Memo1: TRichEdit
  55.       Left = 5
  56.       Top = 5
  57.       Width = 441
  58.       Height = 320
  59.       Cursor = crArrow
  60.       Align = alClient
  61.       BorderStyle = bsNone
  62.       Color = clInfoBk
  63.       Lines.Strings = (
  64.         'Memo1')
  65.       ReadOnly = True
  66.       TabOrder = 0
  67.       OnKeyPress = Memo1KeyPress
  68.     end
  69.   end
  70. end
  71.